home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / cxl400.arc / README.MS < prev    next >
Text File  |  1988-11-19  |  944b  |  33 lines

  1.  
  2. This archive, CXL??_MS.ARC, should contain the following files:
  3.  
  4.     CXLS.LIB        - CXL library for the tiny & small memory models
  5.     README.MS       - this file
  6.  
  7. In addition to this archive file, you will also need the CXL??.ARC file
  8. which contains the documentation, header files, and demo program.
  9.  
  10. The "??" represents the current CXL version number and may or may not be
  11. present in the file names.
  12.  
  13.  
  14. To compile a program using Microsoft Optimizing C and CXL functions:
  15.  
  16.         1.  Make sure all needed CXL header files are #included in
  17.             your source code file.
  18.  
  19.         2.  From the DOS command line, type:
  20.  
  21.                 cl myfile.c cxls.lib
  22.  
  23.  
  24. Or to compile a program using QuickC and CXL functions:
  25.  
  26.         1.  Make sure all needed CXL header files are #included in
  27.             your source code file.
  28.  
  29.         2.  From the DOS command line, type:
  30.  
  31.                 qcl myfile.c cxls.lib
  32.  
  33.